Skip to content

PoulpeEdit is the level editor that comes with PoulpeEngine

License

Notifications You must be signed in to change notification settings

galliume/poulpeEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoulpeEdit

PoulpeEdit is the level editor that comes with PoulpeEngine

This project is a never ending educationnal exercice about C and GTK4.

State of the project

In video

Build it

GTK for Windows

Download GTK

Then in the developer command prompt shell load vcvars64.bat (should be here:)

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat

Then build it from the source (update ${PoulpeEditFolder} accordingly)

meson setup --prefix=${PoulpeEditFolder}/vendor/gtk _build -Dmedia-gstreamer=disabled -Dwin32-backend=true -Dvulkan=disabled
meson compile -C _build
meson install -C _build

Then build PoulpeEdit

chmod +x ./bin/plpEdit.sh
./bin/plpEdit.sh --config --build

About

PoulpeEdit is the level editor that comes with PoulpeEngine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published