All Projects → evilbinary → Scheme Lib

evilbinary / Scheme Lib

Licence: mit
鸭库 duck lib scheme for gui gles gl slib openal socket web mongodb box2d game glfw mysql libevent libuv uv json http client server android osx linux chezscheme scheme-lib

Programming Languages

scheme
763 projects
lisp
113 projects

Projects that are alternatives of or similar to Scheme Lib

Imgui markdown
Markdown for Dear ImGui
Stars: ✭ 594 (+46.31%)
Mutual labels:  library, gui
P5.clickable
Event driven, easy-to-use button library for P5.js 👆
Stars: ✭ 66 (-83.74%)
Mutual labels:  library, gui
Iconfontcppheaders
C, C++ headers and C# classes for icon fonts: Font Awesome, Fork Awesome, Material Design, Kenney game icons and Fontaudio
Stars: ✭ 509 (+25.37%)
Mutual labels:  library, gui
Vugu
Vugu: A modern UI library for Go+WebAssembly (experimental)
Stars: ✭ 4,251 (+947.04%)
Mutual labels:  library, gui
Degate
Open source software for chip reverse engineering.
Stars: ✭ 156 (-61.58%)
Mutual labels:  library, gui
Ahk Rare
My collection of rare and maybe very useful functions
Stars: ✭ 101 (-75.12%)
Mutual labels:  library, gui
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+67.98%)
Mutual labels:  library, gui
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (-55.91%)
Mutual labels:  library, gui
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-64.78%)
Mutual labels:  library, gui
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-66.75%)
Mutual labels:  library, gui
Gooi
LÖVE GUI Library
Stars: ✭ 168 (-58.62%)
Mutual labels:  library, gui
Rpi Backlight
🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display
Stars: ✭ 190 (-53.2%)
Mutual labels:  library, gui
Imgui
Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
Stars: ✭ 394 (-2.96%)
Mutual labels:  gui
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (-0.74%)
Mutual labels:  library
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (-3.2%)
Mutual labels:  gui
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+893.84%)
Mutual labels:  library
Yalinqo
Yet Another LINQ to Objects for PHP [Simplified BSD]
Stars: ✭ 400 (-1.48%)
Mutual labels:  library
Cornercutlinearlayout
Linear Layout that allow corner (parent and children) cuts, complex shadow and divider.
Stars: ✭ 391 (-3.69%)
Mutual labels:  library
Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+1762.56%)
Mutual labels:  gui
Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (-3.69%)
Mutual labels:  library

scheme-lib

鸭库 scheme-lib 是一个scheme使用的库。目前支持android osx linux windows,其它平台在规划中。

官方主页:https://evilbinary.github.io/scheme-lib/ QQ群:Lisp兴趣小组239401374

安装编译

Linux

  1. 执行sudo apt-get install build-essential freeglut3-dev libgles1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libalut-dev libopenal-dev libffi-dev uuid-dev liblz4-dev命令安装依赖库。如果需要视频支持请加上libavcodec-dev libavformat-dev libswscale-dev
  2. 执行make命令就可以编译,对应平台的文件在bin目录下。
  3. 进入bin目录,执行source env.sh,然后运行./scheme --script ../apps/hello.ss就可以运行例子。

Mac OS X

  1. 安装XCode Command Line Tool或XCode
  2. brew或者port安装glfw ffmpeg开发库。
  3. 执行make命令就可以编译,对应平台的文件在bin目录下。
  4. 进入bin目录,执行source env.sh,然后运行./scheme --script ../apps/hello.ss就可以运行例子。

Windows

  1. 下载已经去除了,因为有人说抱怨运行报错,这下你只能自己编译。真需要的话,加群下载。

使用scheme lib的项目

scheme lib官方网站:http://scheme-lib.evilbinary.org/
letsgo 莱茨狗抢狗软件:https://github.com/scheme-lib/letsgo
duck-editor 鸭子编辑器:https://github.com/evilbinary/duck-editor

文档

开发文档https://evilbinary.github.io/scheme-lib/

截图

Android

新手入门

环境安装 手机版

  1. 先安装scheme-release-1.6.apk
  2. 点击下载app库和package库
  3. 下载成功后点击运行计算机demo或者直接打开apps里面的应用demo点击运行

运行效果如下:

测试配置

  1. 在手机上输入运行代码可能不方便,所以弄了个配置文件,把需要运行的代码放到配置中会自己加载代码运行。配置文件为config.xml内容如下:

    <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
    <map>
    	<string name="debugCode">(import (test) (gles1) (glut) ) (load "/sdcard/org.evilbinary.chez/lib/apps/draw-point.ss") ;(imgui-test-hello-world) </string>
    </map>
    
  2. adb push config.xml /sdcard/org.evilbinary.chez/scm/conf/config.xml

  3. 打开scheme app就可以直接运行啦。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].