GithubHelp home page GithubHelp logo

shurcool-legacy / conception Goto Github PK

View Code? Open in Web Editor NEW
533.0 46.0 31.0 10.19 MB

Conception was an experimental project, looking for ways to make software development more efficient.

C++ 56.49% Mercury 0.86% Objective-C 6.99% C 35.54% Objective-C++ 0.13%
experimental

conception's People

Contributors

dmitshur avatar hoffoo avatar uovobw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

conception's Issues

Running on linux

Here are the problems I ran into on linux:

  1. I couldn't compile with the provided glfw. I had to link against my system one and remove the version check in Main.cpp. On debian 2.7 is available as a package and everything I tested works fine with it. Is there a better way to link against glfw?

  2. I had to explicitly link all the required libs, it was caused by this: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking

The changes that I needed for debian jessie was removing the glfw version check and the following Makefile:

# Linux version

CC = clang++
CFLAGS = -I./include
CPPFLAGS = -std=c++11
# Disabled
# -stdlib=libc++
LFLAGS = -lglfw -lGL -lGLU -lX11 -lpthread -lXxf86vm

OBJS = ./src/*.cpp ./src/*/*.cpp ./src/*/*/*.cpp #./lib/libglfw.a

# Rule for Conception
Conception: $(OBJS) Makefile.linux
    $(CC) $(CFLAGS) $(CPPFLAGS) $(OBJS) $(LFLAGS) -o $@

Anyway just wondering if you are interested in a pull request for these?

Relative paths doesnt seem to work in my machine

Here is the output

Using GLFW 2.7.5.
CPU Count: 1
GL Renderer: NVIDIA Corporation NVIDIA GeForce GT 650M OpenGL Engine 2.1 NVIDIA-8.18.22 310.40.05f01
GLFW_ACCELERATED: 1
GLFW_RED_BITS: 8
GLFW_GREEN_BITS: 8
GLFW_BLUE_BITS: 8
GLFW_ALPHA_BITS: 8
GLFW_DEPTH_BITS: 0
GLFW_STENCIL_BITS: 0
GLFW_REFRESH_RATE: 0
GLFW_FSAA_SAMPLES: 8
Window Dimensions: 1536x960
Background thread (tid = 1) created.
Background thread is starting.
Error: Failed to load texture.

rm: ./GenProgram: No such file or directory
rm: ./GenDiff1.txt: No such file or directory
rm: ./GenDiff2.txt: No such file or directory
sh: ./bin/gocode/gocode: No such file or directory
sh: ./bin/gocode/gocode: No such file or directory
Background thread has ended.
Background thread has been shut down.
~App()
~InputManager()

Returning 0 from main().

Even the data/Background.tga was not loading, It part returned True only after I replaced it with absolute path.

Any way to set the base path in this case ? I am using XCode5

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.