Skip to content

fractalbach/DEMO25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO25
======================================================================


PROJECT LAYOUT
----------------------------------------------------------------------

/bin         Binary files and Generated Stuff
/data        Source Data like Textures and Models
/ext         External Libraries
/run         Run Scripts
/src         Source Code
/tools       Data Pipeline Build Script



SETUP
----------------------------------------------------------------------

Set your current working directory to project's root when running these scripts.


On Windows, for first-time setup to download and install SDL2 files, run the setup script:

	run\setup.bat

On Linux, install with apt:

	sudo apt install libsdl2-dev libsdl2-mixer-dev



BUILDING
----------------------------------------------------------------------

On Windows, compile the program using the script

	run\CompileDebug

On Linux,

	./run/CompileDebug.sh



DATA PIPELINE (Not currently needed to run the program)
----------------------------------------------------------------------

To install python virtual environment stuff for data conversion scripts:

	apt install python3 python3-pip python3.11-venv
	cd tools
	python3 -m venv .venv
	.venv/bin/python3 install pipenv

To run::

	./run/ProcessData.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages