Skip to content

jep-dev/spide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Sp)atial (I)ntegrated (D)evelopment (E)nvironment

This is a C application intended to improve workflow by mapping different aspects of development to spatial representations, like the 'mind maps' used to improve memory.

Everything is configured for Linux, but CSFML is available for Linux and Windows, and this source should be platform-independent. By version 0.1, cross- compiled versions should be tested and available.

Usage

Options
Build (verbose) make -s builds quietly.
-CFLAGS=-DENABLE_LOGGING=1 builds an executable that runs silently.
Build (silent) make >/dev/null
Build and run make do
Run (prebuilt) $(BINDIR)build
$(BINDIR)build32.exe (todo)
$(BINDIR)build64.exe (todo)

Structure

$(INCIDR) $(SRCDIR) $(OBJDIR) $(BINDIR) Description
util.h Utilities and macros
term.h term.c term.o Printing and stream operations
net.h net.c net.o Network tools (todo)
view.h view.c view.o Graphics module - rendering and UI
main.h main.c main.o Application entry point
spide Linux executable
spide32.exe 32-bit Windows executable (todo)
spide64.exe 64-bit Windows executable (todo)

About

Spatial Integrated Development Environment (SPIDE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published