Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xframes-project/xframes-gnustep-objective-c

GPU accelerated UI development for GNUStep's Objective C
https://github.com/xframes-project/xframes-gnustep-objective-c

gnustep objective-c

Last synced: 3 days ago
JSON representation

GPU accelerated UI development for GNUStep's Objective C

Awesome Lists containing this project

README

        

# xframes-gnustep

## Instructions

### Install GNUStep

#### Ubuntu

`sudo apt install gnustep gnustep-devel clang plocate libxml2-dev libxslt1-dev`

`locate objc.h`

Copy the path, change the command accordingly and run (replace `` with the actual path):

`sudo ln -s /usr/local/include/objc`

For example

`sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/14/include/objc /usr/local/include/objc`

### Building

#### Ubuntu

``clang `gnustep-config --objc-flags` -o main main.m `gnustep-config --base-libs` -lm``

## Screenshots

Ubuntu 24.04

![image](https://github.com/user-attachments/assets/026e6cee-c704-4226-9bf7-1084e97b13d4)