Skip to content

codeperfect95/codeperfect

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
GL
 
 
 
 
 
 
go
 
 
 
 
sh
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CodePerfect

CodePerfect was an experiment to build a faster IDE. It eschews the modern tech stack and is instead written from scratch in C/C++/OpenGL like a video game.

It starts instantly, runs at 144 FPS, has near-zero latency, and comes with native, full-featured code intelligence and integrated debugging with Delve. See more of the features here.

It's no longer actively developed, but is now open source and available for free.

Currently it only supports MacOS and there are no plans to port it to Windows or Linux.

Download

Building

Install dependencies

sh/install_deps

Building raw binary

sh/build

Building an .app

SKIP_UPLOAD=1 sh/package

Without SKIP_UPLOAD=1 it tries to upload to the S3 bucket, which only I have access to.