Skip to content

cubicvoid/erachnid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to set up

git clone git@github.com:cubicvoid/erachnid.git
cd erachnid
git submodule init
git submodule update

to build

cmake -Bbuild/debug -DCMAKE_BUILD_TYPE=Debug -DCOPY_AFTER_BUILD=TRUE

cmake --build build/debug --config Debug

to edit the gui

(apple only for now)

cmake -G Xcode -B build/xcode .
open build/xcode/erachnid.xcodeproj

this will (possibly after building in xcode) let you open the xib files for the UI and link them to internal objective c owner classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published