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

Latest commit

 

Git stats

Files

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

CodePerfect

Website · Docs · Download


CodePerfect is a fast Go IDE, built 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 features here.

It's no longer actively developed, but is now open source and free. It only supports MacOS; there are no plans to port it.

Build

sh/install_deps   # Install dependencies
sh/build          # Build raw binary to ./build
sh/package        # Build CodePerfect.app (and zip) to ./scratch