You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
anulax1225 788894ad18 Changed doxygen config ago%!(EXTRA string=1 year)
bakara Separeted debug and release compilation with a macro ago%!(EXTRA string=1 year)
manual Modified main page of the documentation ago%!(EXTRA string=1 year)
sandbox Added test layer to the sandbox ago%!(EXTRA string=1 year)
vendor Added premake windows executable to project ago%!(EXTRA string=1 year)
.gitignore Preparing documentation ago%!(EXTRA string=1 year)
.gitmodules Removed SDL ago%!(EXTRA string=1 year)
Doxyfile Changed doxygen config ago%!(EXTRA string=1 year)
LICENSE Modified license ago%!(EXTRA string=1 year)
README.md Added build imtructions in mainpage on the readme ago%!(EXTRA string=1 year)
build.sh Error checking in shell script ago%!(EXTRA string=1 year)
premake5.lua Modified premake config to fix glfw linking errors ago%!(EXTRA string=1 year)

README.md

Bakara project

Resume

Generate doc

Prerequiste

  • A video/graphics card that supports OpenGL.

Windows

  • C++ ms-compiler for Windows

Linux

  • GCC compiler suite.

Build

Windows

On windows, write commands :

	git clone https://github.com/anulax/bakara
	git submodule init
	git submodule update
	.\vendor\premake5 vs2022
	dotnet build
	dotnet run

Or use visual studio 2022 to build your project.

Linux


On linux (if you don't have premake5, install it with your distro's packet manager). You have two env variable to change build proccess :

Name Value
autoexec 0/1
clearbin 0/1

Then write commands :

	git clone https://github.com/anulax/bakara
	git submodule init
	git submodule update
	(export clearbin=1 autoexec=1)
	./build.sh config=release

Getting started

(to do)