All Projects → Geno-IDE → Geno

Geno-IDE / Geno

Licence: Zlib license
IDE for cross-platform C/C++ development

Programming Languages

C++
36643 projects - #6 most used programming language
Objective-C++
1391 projects

Projects that are alternatives of or similar to Geno

IcicleDevelop
A freezing cold development environment
Stars: ✭ 16 (-58.97%)
Mutual labels:  ide
EmojIDE
Programming in Discord emojis. Second place for the ProgrammerHumor Hackathon
Stars: ✭ 30 (-23.08%)
Mutual labels:  ide
nvim
Structure, documented, super fast neovim configuration. 可能是翻斗花园最好用的 neovim 配置[^1]。
Stars: ✭ 223 (+471.79%)
Mutual labels:  ide
theia-workshop
Theia Workshop - Building Cloud and Desktop IDEs
Stars: ✭ 38 (-2.56%)
Mutual labels:  ide
idea-sexyeditor
Sexy editor plugin for IntelliJ - one that you can't live without
Stars: ✭ 92 (+135.9%)
Mutual labels:  ide
camelcaseplugin
CamelCasePlugin for IDEA IDEs
Stars: ✭ 49 (+25.64%)
Mutual labels:  ide
ToolBin
All the great tools we have for the field.
Stars: ✭ 91 (+133.33%)
Mutual labels:  ide
bside
Github Content Management System
Stars: ✭ 22 (-43.59%)
Mutual labels:  ide
LoIDE
Web-based IDE for Logic Programming
Stars: ✭ 21 (-46.15%)
Mutual labels:  ide
qtcreator-go
Go language plugin for the QtCreator IDE.
Stars: ✭ 24 (-38.46%)
Mutual labels:  ide
codimension
Experimental Python IDE written mostly in Python
Stars: ✭ 98 (+151.28%)
Mutual labels:  ide
swoole-ide-helper-phar
Swoole IDE 自动补全,PHAR 包。
Stars: ✭ 14 (-64.1%)
Mutual labels:  ide
exlcode
EXLcode - VS Code-based Online IDE
Stars: ✭ 42 (+7.69%)
Mutual labels:  ide
purebasic
PureBasic OpenSource Projects
Stars: ✭ 83 (+112.82%)
Mutual labels:  ide
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+1061.54%)
Mutual labels:  ide
ScalaColliderSwing
A Swing based front end or "mini-IDE" for ScalaCollider.
Stars: ✭ 16 (-58.97%)
Mutual labels:  ide
tide
The TiDB IDE
Stars: ✭ 90 (+130.77%)
Mutual labels:  ide
UnrealScriptIDE
Auto-completion, Syntax Highlighting, Go to Declaration, Build and Run and more..
Stars: ✭ 86 (+120.51%)
Mutual labels:  ide
hackpad
The in-browser IDE for Go
Stars: ✭ 451 (+1056.41%)
Mutual labels:  ide
codee-app
Android IDE for programming fully written on Kotlin
Stars: ✭ 42 (+7.69%)
Mutual labels:  ide

Contributors License Discord

GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status


Geno

Geno

Native IDE centered around clean cross-compilation and distribution
User Guide »


View Releases · Report a Bug · Fork Geno


Building

This project uses Premake.

What is Premake? · Download · Usage

Submodules

All third-party libraries used are located in /third_party/. Some of them are stored as git submodules, which means that, unless your submodules are initialized automatically, you need to run: git submodule update --init

Generating the project files

To generate the project files, you can simply run the premake executable.
However, if premake is located somewhere else on your disk, or you want to use another generator, you can open a terminal in the project root directory and run it like so: premake5 <action> where <action> can be a generator of your choice, or left empty to use the system default

Linux Prerequisite Packages

build-essential libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglu1-mesa-dev

Compiling

Finally, after generating the project files, the application is ready to be built using the corresponding IDE or build tool.


License

Distributed under the zlib/libpng License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].