Skip to content

PeterAlfonsLoch/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16,327 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app

app is core repository of ca2 framework

ca2 is an all-purpose multi-platform framework and set of libraries written in C++ language to help developers create great apps for users.

Create Simple New App for Windows Desktop

  1. Use/Create non-system folder, that will be called here root folder, with name of project like C:\create_simple_new_app or C:\users\username\create_simple_new_app (please, don't use spaces or special characters or parent folders with spaces or special characters).
  2. Immediatelly below root folder, create new empty folder named "app".
  3. Clone https://github.com/ca2/app.git into this app folder.
  4. Immediatelly below root folder, create new empty folder named "nodeapp".
  5. Clone https://github.com/ca2/nodeapp-windows.git into this nodeapp folder. (Notice that nodeapp folder doesn't follow convention of naming the folder where repository will be cloned exactly the same name as the original repository: the ("-windows") suffix is stripped from it).
  6. Immediatelly below root folder, create any new folder(s) related to the project. In this case, for our simple tutorial, a folder named "app-simple".
  7. Clone to this(these) folder(s), the respective repositories related to the ca2-based app of interest. In our case, clone https://github.com/ca2/app-simple.git into app-simple folder.
  8. At main project specific folder, in our case, app-simple, under appseed/metaseed subfolder, find desired "Visual Studio" solution file to open.
  9. Play with it.

Built with tbs in <3

About

app is core repository of ca2 framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published