Coder Social home page Coder Social logo

project-cotelet's Introduction

Project Cotelet

Project Cotelet: Write real code without coding.

Cotelet on GitHub

This project is codenamed Cotelet which is short for COde-TEmplate-LET. It is to provide a software development tool aimed at both beginners and professionals who are either learning a new programming language and/or software library/framework/API (such as C/C++, Python, Java, C#, etc.) or looking to speed up their prototyping and development cycles in creating new software.

The aim is to make a Rapid Application Development (RAD) Integrated Development Environment (IDE) that not only provides the usual featurs of a RAD IDE (such as drag and drop features seen in almost all GUI design tools) but also to generate the source code [corresponding to what is designed] that can be run or deployed totally independent of this software.

This would therefore enable anyone to prototype, kickstart or even fully develop their Apps, Games or other types of software and deploy or to [re]use the generated source code (the output of this software) without requiring any components of this software to be present on the target machine to which the final product or the generated source code will be deployed.

Example of how to compile a unit test

clang++ -O0 -std=c++11 -I./inc/common/ src/common/aom/AOM.cpp src/common/base/BaseObject.cpp tests/unit-tests/unit-test-aom.cpp -lm -o unit-test-aom

project-cotelet's People

Contributors

ramin-zaghi avatar

Stargazers

 avatar

Watchers

 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.