Skip to content

3D rendering engine in C++/OpenGL and Java for behavior scripting

License

Notifications You must be signed in to change notification settings

AlexDicy/DicyEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engine setup

Prerequisites

git submodule init
git submodule update
xmake -y

Windows - Core (C++) development

xmake project -k vsxmake

macOS - Core (C++) development

xmake project -k cmakelists

Java development

Debugging and running the engine from Java is possible by using the runEngine Gradle task. If you don't have an IDE, you can run Gradle from the command line.

cd scripting/
./gradle run :runEngine
# or on Windows
.\gradlew.bat run :runEngine

runEngine will build the engine executable through xmake and then run it.


Project screenshots (from recent to older)

image image image image image

About

3D rendering engine in C++/OpenGL and Java for behavior scripting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published