2019-01-01から1年間の記事一覧

planet.py

from wireFrame import * from math import * class planet: def __init__(self): self.wf = wireFrame() self.wf.canvas.bind("<ButtonPress-1>",self.press1) self.vectors = {} self.timerTick = 100 self.G = 1.0 self.R = 4 self.wf.window.after(self.timerTick,self.</buttonpress-1>…

wireFrame.py

大昔に書いたコードを読み直して(書き直して)みたくなったので #!/usr/bin/env python import Tkinter import tkFileDialog import math class wireFrame: def clickOpenFile(self): fileName = tkFileDialog.askopenfilename() self.openFile(fileName) d…

べれ野日記

旧日記のリンク。 d.hatena.ne.jp

はてなブログに移転していました

長らく放置中だったはてなダイアリーの当日記ですがはてなダイアリー終息とともにはてなブログに移転していただいていた模様です。 このエントリがアップできていたらちゃんと移転できている模様。 …え?なにかするかって?しない気がします。