Coder Social home page Coder Social logo

2bbb / projectgenerator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openframeworks/projectgenerator

0.0 2.0 0.0 42.07 MB

repo for centralizing work on a tool to generate OF projects

Makefile 0.83% QML 0.19% C++ 23.22% JavaScript 7.25% HTML 1.28% CSS 66.10% Shell 1.12% C 0.01%

projectgenerator's Introduction

Download instructions

You can download packaged macOS and Windows builds here ( note Linux needs to be built per platform ):


Build instructions

Clone OF ( skip if already cloned )

git clone [email protected]:openframeworks/openFrameworks.git --depth=1

Init / update submodules

cd openFrameworks
git submodule init
git submodule update

Install libs ( replace with platform )

./scripts/osx/download_libs.sh

Build the projectGenerator ( can also use project file )

cd apps/projectGenerator/commandLine/

# for linux do:
make Release
cp bin/projectGenerator ../frontend/app/

# for windows do:
msbuild commandLine.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
cp commandLine.exe ../frontend/app/projectGenerator.exe

# for macos 
xcodebuild -configuration Release -target commandLine CODE_SIGN_IDENTITY="" -project commandLine.xcodeproj
cp bin/projectGenerator ../frontend/app/

On macOS, if you get this error:

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

It's probably because your Command Line Tools were installed via Home Brew or some other mechanism. You need to re-select the whole Xcode install by executing:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Build the frontend electron app

Note: see the more detailed guide include node install in the frontend ReadMe

cd ../frontend
npm install 
npm update

# to run the app without packaging it 
npm start

# to package the pg app as a standalone
npm run build:macos 

projectgenerator's People

Contributors

2bbb avatar admsyn avatar armadillu avatar artificiel avatar arturoc avatar bangnoise avatar daandelange avatar danoli3 avatar danomatika avatar danzeeeman avatar dimitre avatar gumilastik avatar halfdanj avatar hiromtb avatar kylemcdonald avatar leocolomb avatar mattfelsen avatar mazbox avatar narikei avatar nneonneo avatar oftheo avatar ofzach avatar patriciogonzalezvivo avatar paul92 avatar rezaali avatar roymacdonald avatar taiwaneseportrait avatar tgfrerer avatar thomasgeissl avatar tobiasebsen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.