Giter VIP home page Giter VIP logo

redj / ecere-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecere/ecere-sdk

4.0 4.0 1.0 117.41 MB

Ecere SDK (eC Language, Ecere IDE, Cross platform GUI, graphics, and more) — http://ec-lang.org —

Home Page: http://ecere.org

License: Other

Makefile 8.19% eC 81.29% C 7.28% Objective-C 0.16% Yacc 2.20% Lex 0.16% Batchfile 0.01% GLSL 0.23% C++ 0.29% Roff 0.09% Python 0.09%
3d-engine android bsd cross-platform gui ide linux macosx programming-language sdk toolkit webassembly windows

ecere-sdk's People

Contributors

blackton avatar darkf avatar diyanefdo avatar ecmadrid avatar jerstlouis avatar kjcole avatar kulkarniniraj avatar n-eil avatar noct avatar pcdion avatar penghaijie avatar redj avatar rnsanchez avatar rofl0r avatar wishlair avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kjcole

ecere-sdk's Issues

Adding Python bindings for Arch Linux

This isn't an issue as much as it is a brief log of what it took for me to get it going on Arch Linux, although the Python bindings aren't put in any system-wide location:

sudo pacman -Syu python-cffi
git clone https://aur.archlinux.org/ecere-sdk-git.git
cd ecere-sdk-git

Edit PKGBUILD

Change source=("$pkgname::git://github.com/ecere/ecere-sdk.git")
to source=("$pkgname::git://github.com/ecere/ecere-sdk.git#branch=easy-bgen")
and save.

makepkg -si
cd src/ecere-sdk-git/bindings
make PYTHON=python3
export PYTHONPATH=PYTHONPATH:.
export LD_LIBRARY_PATH=LD_LIBRARY_PATH:.
python3 samples/hello3D.py

And voila, a pink cube on a black background appears in a new window.

I hope, by putting it here, it will eventually help someone else.

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.