gDator / ShapeUp

Fork from ShapeUp 3D Modeller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Rework

This is now a remake from Mr Hoopers Project It has more shapes now. You can build up a scene in a tree like structure and manipulate on the fly.

Known Issues

  • Selecting has some bugs
  • saving, loading, exporting does not work at the moment
  • canceling a operation with ESC makes program crash

What is this?

Its a simple 3D Modeller which is internally working with signed distance functions. Mr. Hooper made an article about his project (see below) More Shapes

Dependencies

  • raylib
  • raygui

Build With CMake

cmake -B build -S . -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
cmake --build build/

About

Fork from ShapeUp 3D Modeller

License:MIT License


Languages

Language:C++ 61.0%Language:C 27.0%Language:GLSL 10.6%Language:HTML 1.0%Language:CMake 0.4%