-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
11 lines (11 loc) · 2.22 KB
/
index.html
File metadata and controls
11 lines (11 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>The Cala Project</title><link rel="icon" href="icon.svg"><link rel="stylesheet" href="style.css"/></head><body><div class="menu"><p><a href="https://libcala.github.io"><img src="logo.svg" alt="Cala" /></a><a href="https://libcala.github.io/cala">About</a><a href="https://github.com/libcala/cala">Source</a><a href="https://libcala.github.io/cala/changelog">Changelog</a><a href="https://libcala.github.io/tutorials">Tutorials</a></p>
</div><div class="content"><div class="page"><h1><a href="#the-cala-project" aria-hidden="true" class="anchor" id="the-cala-project"></a><a href="#the-cala-project">The Cala Project</a></h1>
<p>Easily create cross-platform applications. Some common tasks are not easily portable across different platforms, and this crate hopes to fix that. That way you don’t have to worry about how to port your GUI, audio, or bluetooth interface, etc. and can get straight to building your application’s content!</p>
<p>Cala is a platform-agnostic system interface for hardware IO. This means that eventually, Cala should support all of the different hardware that’s connected to your computer. Cala is designed so that it talks to the operating system to interface with the hardware, so no special permissions are needed for your application.</p>
<h2><a href="#motivation--naming" aria-hidden="true" class="anchor" id="motivation--naming"></a><a href="#motivation--naming">Motivation & Naming</a></h2>
<p>The aim is to create a newer, better GTK + SDL in Rust! Why GTK + SDL? Because a lot of programs need to depend on both anyway (like <a href="https://en.wikipedia.org/wiki/Totem_Video_Player">totem</a>), and they do a lot of the same things; Usually one library does each specific task better than the other. The goal of this library is to provide the common ground for video games and general GUI applications together. The name cala is derived from the fungus known as calafate rust.</p>
<h1><a href="#blog" aria-hidden="true" class="anchor" id="blog"></a><a href="#blog">Blog</a></h1>
<ul>
<li><a href="new-website">New Website - <em>2019-08-07, by Aldarobot</em></a></li>
</ul>
</div></div></body>